/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
nav .logo{
	max-height: none !important;
	margin-top:8px !important;
}
.header-1 h5{
	width: 100%;
}
.form-control{
	height: 54px;
}

.contact-1{
	padding-top: 120px;
	padding-bottom: 150px;
}

.map-toggle .switch{
	border-color: #929195;
}
.map-toggle .switch:before{
	background-color: #929195;
}
.footer-1 img{
	max-height: none;
}
.footer-1, footer{
	padding: 10px;
}

@media (max-width: 767px){
	.nav-1 .mobile-toggle{
		display: none;
	}
	
	.menu{
		display: none;
	}
	.nav-1 .navbar{
		height: auto;
	} 
	.logo{
		padding-bottom: 5px;
	}
	.nav-container{
		min-height: none !important;
	}
	.features-10 h4{
		margin-top: 15px;
	}
	.header-1 h5{
		margin-top: 15px;
	}
	.cta-7 form input[type="text"],input[type="email"], input[type="number"] {
		margin-bottom: 10px;
	}
	.features-10{
		background-color: #f6f8fa;
	}
	.header-1 .inner{
		background: rgba(0, 0, 0, 0.5);
	    border-radius: 6px;
	    padding: 40px;
	   margin-top: 50px;
	}
	nav .btn{
		margin-bottom: 7px;
	}
	.lay{text-align: center;}
}
.bg{
	background-color: #A2790D;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	font-size: 16px !important;
}
a:hover, a:active, a:focus{
	color: #720000;
}
.cta-7 .inner{
	background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 40px;
    width: 100%;
    max-width: 458px;
}
@media(max-width: 767px){
	.bg{
		font-size: 11px !important;
	}
	.header-1 li {
		margin-bottom: 5px;
	}
	.mb{
		display: visible;
	}
	nav .logo{
		margin-top:12px !important;
	}

	nav .btn {
	    height: 30px;
	    line-height: 23px;
	    font-size: 14px;
	    padding: 0 15px;
	    margin-top: 12px !important;
	}
	.top2{
		background-position: center top !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}
}
@media(max-width: 375px){
	.bg{
		font-size: 9px !important;
	}
}
@media(min-width: 768px){
	.top-text{
		margin-top: 60px;
	}
	.header-1{
		padding-top: 100px;
	}
	.inner-1{
		background: rgba(0, 0, 0, 0.5);
    	border-radius: 6px;
    	padding:  40px;
	}
	
}

input.field-error, select.field-error {border-color: #ff0000 !important; outline: 0 !important; color: #a83a3a !important;}
.form-loading {border: 16px solid #f3f3f3;border-top: 16px solid #720000;border-radius: 50%;width: 40px;height: 40px;animation: spin 2s linear infinite;text-align: center;margin: 0 auto;}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
